object NewProjectWizardForm: TNewProjectWizardForm Left = 287 Top = 276 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Select project type:' ClientHeight = 190 ClientWidth = 345 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate DesignSize = ( 345 190) PixelsPerInch = 96 TextHeight = 13 object btnOk: TButton Left = 251 Top = 159 Width = 75 Height = 25 Anchors = [akBottom] Caption = 'Next >>' Default = True ModalResult = 1 TabOrder = 0 end object btnCansel: TButton Left = 162 Top = 159 Width = 75 Height = 25 Anchors = [akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ProjectTypeGroupBox: TRadioGroup Left = 8 Top = 3 Width = 329 Height = 143 Anchors = [akLeft, akTop, akRight, akBottom] Caption = ' Project type: ' ItemIndex = 0 Items.Strings = ( 'Create data CD/DVD' 'Create audio CD' 'Burn ISO image') TabOrder = 2 TabStop = True end object btnOpen: TButton Left = 74 Top = 159 Width = 75 Height = 25 Anchors = [akBottom] Caption = 'Open...' ModalResult = 1 TabOrder = 3 Visible = False OnClick = btnOpenClick end object smlFormLangRes: TsmlFormLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True StringProperties.Strings = ( 'Caption') StringsProperties.Strings = ( 'Tabs' 'Items') IgnoreFormCaption = False IncludeListViewItems = False IncludeListViewHead = False IncludeTreeViewItems = False Active = False Left = 264 Top = 16 end object smlMsgLangRes: TsmlMsgLangRes LangFileName = 'DefLang.ini' IgnoreEmptyString = True AutoCreateMode = True AddBracket = True MsgList.Strings = ( 'PhotoCD=Create photo CD/DVD' 'BackUpCD=Create backup' 'CDCopy=Copy CD/DVD / Burn ISO image' 'DVDVideo=Create DVD Video' 'VideoCD=Create Video CD') Active = False Left = 296 Top = 16 end end